home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 1
/
LSD Compendium Deluxe 1.iso
/
a
/
programming
/
assembly
/
mapsrc.lha
/
macros
/
oldopenfile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1980-02-19
|
218 b
|
11 lines
oldopenfile: macro ;a0 = filename
;diskopt_currantfile set filebase ;for all DOS functions for A5 offset
move.l a0,d1
move.l #1005,d2
move.l dosbase(a5),a6
jsr -30(a6)
move.l d0,diskopt_currantfile(a5)
endm